mapToGrpcUser

fun mapToGrpcUser(user: User): UserOuterClass.User

Maps a User entity to a gRPC User.

Return

the mapped gRPC User

Parameters

user

the User entity to map